From 51e254cc29d2615a7871fafcd3d3c17ecabdf352 Mon Sep 17 00:00:00 2001 From: Ian Ladd Date: Fri, 4 Jul 2025 10:12:45 -0400 Subject: [PATCH] ulogd: bump to version 2.0.9 Bump ulogd to version 2.0.9 Signed-off-by: Ian Ladd --- net/ulogd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index 26a6b9297b..ba33bda85c 100644 --- a/net/ulogd/Makefile +++ b/net/ulogd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2025 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ulogd -PKG_VERSION:=2.0.8 +PKG_VERSION:=2.0.9 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \ ftp://ftp.netfilter.org/pub/ulogd/ -PKG_HASH:=4ead6c3970c3f57fa1e89fe2d7cc483ba6fe2bd1b08701521e0b3afd667df291 +PKG_HASH:=523a651fe0a9f25b0cd87d5d35fc37d9382e7eecfcf61e48d5505ff3cf80eda5 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=GPL-2.0-only -- 2.30.2